ble-data-export-policy

Creates a BLE data export policy and enters its configuration mode. This policy enables forwarding of Bluetooth Low Energy (BLE) data to an external, third-party server.

The BLE data export policy provides the external, third-party server‘s REST URL. After configuring the policy, apply it to an RF Domain. Once applied, BLE-enabled WiNG APs within the domain are able to sense BLE iBeacon and Eddystone beacons from other BLE-enabled devices and forward device data to the specified third-party server. This data is forwarded in the JSON format.

After configuring the BLE data export policy, take the following actions:
  1. Ensure that the AP's Bluetooth radio is active and the mode is set to le-sensor. For more information on configuring the Bluetooth settings on the AP‘s profile/device context, see interface-config-bluetooth-instance.
  2. Configure a sensor policy to define the interval at which RSSI data is forwarded from the BLE sensor to the external, third-party server, then apply the policy to an RF Domain. For more information, see use (rf-domain-config-mode).

  3. Apply the BLE data export policy to an RF Domain to enable it. For more information, see use (rf-domain-config-mode).

Supported on the following platforms:

Syntax

ble-data-export-policy <POLICY-NAME>

Parameters

ble-data-export-policy <POLICY-NAME>
<POLICY-NAME> Specify the policy name. If a BLE data export policy with the specified name does not exist, it is created.
Note: The name should not exceed 32 characters in length.

Examples

NOC-NX9500(config)#ble-data-export-policy test
NOC-NX9500(config-ble-data-export-policy-test)#?
Ble Data Export Policy Mode commands:
  no       Negate a command or set its defaults
  rest     Configure the url to send the real time RSSI feed to

  clrscr   Clears the display screen
  commit   Commit all changes made in this session
  do       Run commands from Exec mode
  end      End current mode and change to EXEC mode
  exit     End current mode and down to previous mode
  help     Description of the interactive help system
  revert   Revert changes
  service  Service Commands
  show     Show running system information
  write    Write running configuration to memory or terminal

NOC-NX9500(config-ble-data-export-policy-test)#

Related Commands

no Removes an existing BLE data export policy